home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 10 / PC Guia 10.iso / makers / quit.dir / 00002_Script_2 < prev    next >
Text File  |  1996-03-14  |  182b  |  11 lines

  1. on goQuit
  2.   disposeRearWindow
  3.   quit
  4. end
  5.  
  6. on disposeRearWindow
  7.   global rwObj
  8.   if the machineType <> 256 then
  9.     if objectP( rwObj ) then rwObj( mDispose )
  10.   end if
  11. end